
@font-face {
    font-family: 'Parode';
    src: url('./assets/fonts/PARODE.woff2');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero .cta__buttons--mobile{
    display: none;
}

.hero__overlay, .ending__overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: radial-gradient(#00000000, #00000000 45% , rgb(0,0,0) 100%);
    backdrop-filter: brightness(0.75);
    z-index: 0;
}

.price{
    display: flex;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    text-wrap: nowrap;
    align-items: flex-start;
    margin: 20px;
}


.hero .price__time, .hero .price__amount{
    font-size: 42px;
}

.price__separator{
    width: 100%;
    border-top: 1px solid #C49665;
    height: 1px;
    margin: 0 10px;
    margin-top: 15px;
}

h1{
    font-size: clamp(24px, 10vw, 96px);
    font-family: "Parode";
    font-weight: 400;
    background-image: linear-gradient(#C49665, #D29759);
    color: transparent;
    background-clip: text;
    margin: 2rem 0;
    line-height: 1;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}


h2{
    font-family: "Parode";
    font-size: 100px;
    font-weight: 400;
    background-image: linear-gradient(#C49665, #D29759);
    color: transparent;
    background-clip: text;
    line-height: 1;
    margin: 0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.hero .call__button{
    font-size: 36px;
}


.call__button{
    border: solid 1px #C49665;
    padding: 15px 20px;
    border-radius: 50px;
    font-family: "Inria Serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #C49665;
    text-wrap: nowrap;
    width: 100%;
    margin: 0 10px;
}

.hero .cta__buttons{
    width: 100%;
}

.cta__buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    font-family: "Inria Serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #C49665;
    width: 50%;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    margin-top: 100px;
}

.article{
    min-height: 100vh;  
    background-color: #13152B;
    padding: 100px;
    position: relative;
}

.article__content{
    position: relative;
    display: grid;
    grid-template-columns: auto auto 50px auto auto;
    grid-template-rows: 500px 150px 500px;
    width: 85%;
    margin: 0 auto;
    z-index: 1;
}

.article__image1{
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.article__image2{
    grid-column: 4 / 5;
    grid-row: 2 / 4;
}

.article__entry{
    color: #C49665;
}

.article__entry h3{
    font-size: 36px;
    font-family: "Parode";
    font-weight: 400;
    line-height: 1;
    margin: 20px 0;
}

.article__entry p{
    font-family: "Josefin Sans";
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
}

.entry1{
    grid-column: 4 / 5;
    grid-row: 1;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 2fr 2fr 1fr;
}

.entry1 .entry__img{
    grid-column: 2;
    grid-row: 1 / -1;
    justify-self: center;
    align-self: center;
}

.entry1 h3{
    font-size: 48px;
    grid-row: 1;
    grid-column: 1;
    line-height: 1;
    align-self: end;
}

.entry1 p{
    grid-column: 1;
    grid-row: 2;
    align-self: center;
}

.entry2{
    grid-column: 1;
    grid-row: 3 / 4;
    align-self: flex-end;
    width: 360px;
    margin-right: 30px;
    margin-left: -10px;
}

.entry3{
    grid-column: 2;
    grid-row: 3;
    align-self: flex-end;
    width: 360px;
}

.article .cta__buttons{
    width: 60%;
    margin: auto;
    margin-top: 100px;
}

.article__bg{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
}

.about{
    min-height: 100vh;
    background-color: #1D1C30;
    padding: 200px;
    position: relative;
}

.about__content{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 5fr 0.5fr 1fr 2fr;
    width: 80%;
    margin: 0 auto;
    column-gap: 100px;
    z-index: 2;
}

.photo{
    grid-column: 1;
    grid-row: 1 / -1;
    border-radius: 270px 270px 0 0;
    margin-left: auto;
}

.about__content h2{
    font-size: 200px;
    text-wrap: nowrap;
    margin-left: -120px;
    align-self: center;
    z-index: 2;
    line-height: initial;
}

.about__content h4{
    font-family: "Italianno";
    color: #C49665;
    font-size: 32px;
    font-weight: 400;
    grid-column: 2;
    align-self: center;
}

.about__content h3{
    font-family: "Parode";
    line-height: 1;
    font-size: 48px;
    color: #C49665;
    font-weight: 400;
    grid-column: 2;
    max-width: 600px;
    align-self: end;
}

.about__content p{
    font-family: "Josefin Sans";
    font-weight: 300;
    font-size: 20px;
    color: #C49665;
    grid-column: 2;
    max-width: 600px;
    line-height: 1.6;
    align-self: end;
}

.about .cta__buttons{
    width: 50%;
}

.about__bg{
    position: absolute;
    top: 130px;
    left: 80px;
    overflow: hidden;
}

.perks{
    background-color: #13152B;
    padding: 200px;
    position: relative;
}

.perks h3{
    font-size: 48px;
    color: #C49665;
    font-family: "Parode";
    font-weight: 400;
    grid-column: 1;
    grid-row: 2;
}

.perks p{
    font-size: 20px;
    color: #C49665;
    font-family: "Josefin Sans";
    font-weight: 300;
    grid-column: 1;
    grid-row: 3;
    line-height: 1.6;
}

.perk{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    width: 70%;
    margin: 0 auto;
}

.perk:nth-of-type(2){
    direction: rtl;
    text-align: left;
}

.perk img{
    grid-column: 2;
    grid-row: 1 / -1;
    justify-self: center;
    align-self: center;
}

.perks__bg{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
    overflow: hidden;
    max-width: 100%;
}


.ending, .hero{
    position: relative;
    min-height: 100vh;
    background-image: url(./assets/images/sky.png);
    padding: 1px;
    padding: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.ending__card, .hero__card{
    background-color: rgba(19, 21, 43, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 120px;
    z-index: 1;
    position: relative;
}

.hero__card{
    padding: 80px 50px;
    width: 60%;
    gap: 30px;
}

.hero .cta__buttons{
    position: relative;
    z-index: 2;
    margin: 0;
    width: 100%;
}

.hero .call__button{
    width: 40%;
    font-size: 24px;
}


.ending h1, .hero h1{
}


.ending h3, .hero h3{
    font-size: 40px;
    font-family: "Inria Serif";
    color: #C49665;
    font-weight: 400;
    margin-bottom: 1em;
    margin-top: 40px;
}

.ending p, .hero p{
    font-size: 20px;
    font-family: "Josefin Sans";
    color: #C49665;
    font-weight: 300;
}

.ending p{
    margin-bottom: 200px;
}

.hero p{
    font-size: 30px;
    font-weight: 300;
}

.ending__bg{
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
}

.hero__bg{
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 90%;
}

.ending .cta__buttons{
    width: 100%;
    flex-direction: column;
    gap: 10px;
}

footer{
    background-color: #13152B;
    padding: 100px;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: 1.5fr 1fr;
    align-items: center;
    overflow: hidden;
}

footer h4{
    font-size: 48px;
    font-family: "Parode";
    color: #C49665;
    font-weight: 400;
}

.footer__links{
    justify-self: end;
    display: flex;
    gap: 80px;
}

footer a{
    color: #C49665;
    text-decoration: none;
    font-family: "Josefin Sans";
    font-weight: 400;
}

.footer__copyright{
    grid-column: 1 / -1;
    padding: 30px 0;
    width: 100%;
    border-top: 1px solid #C69662;
    font-size: 16px;
    color: #c496659b;
    font-family: "Josefin Sans";
    font-weight: 500;
}

@media (max-width: 1800px){
    .article__content{
        grid-template-columns: 50% 50%;
        grid-template-rows: unset;
        width: 60%;
        row-gap: 50px;
    }
    .article__content * {
        grid-row: unset;
        grid-column: unset;
    }
    .article__image1{
        grid-column: 1 / -1;
        width: 100%;
        grid-row: 2;
        min-width: none;
        aspect-ratio: unset;
    }
    .article__image2{
        grid-column: 1 / -1;
        grid-row: 4;
        width: 100%;
        max-width: 100%;
        min-width: none;
        aspect-ratio: unset;   
    }
    .article__entry{
        grid-column: 1;
        grid-row: 1;
    }
    .article__bg{
        display: none;
    }
    .entry1{
        grid-column: 1 / -1;
    }
    .entry2, .entry3{
        grid-row: 3;
    }
    .entry3{
        grid-column: 2;
    }
    .about{
        padding: 100px 0;
    }
    .perks{
        padding: 100px 0;
    }
}

@media (max-width: 1700px){
    .hero h2{
        font-size: 80px;
    }
    .about__content{
        width: 90%;
    }
    .ending h2{
        font-size: 80px;
    }
}

@media(max-width: 1500px){
    .article__content{
        width: 70%;
        grid-row: 1fr 1fr 1fr;
    }
    .photo{
        width: 80%;
        align-self: end;
        grid-column: 1;
    }
    .about__content h2{
        margin-left: -500px;
        align-self: start;
    }
    .ending{
        display: flex;
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    .ending__card{
        max-width: 100%;
    }
}

@media(max-width: 1400px){
    .hero{
        flex-direction: column;
        text-align: center;
    }
    .hero__card{
    }
    .hero .cta__buttons{
        display: none;
    }
    .hero .cta__buttons--mobile{
        display: flex;
        width: 80%;
        margin-top: 20px;
    }
    .about__content{
        column-gap: 50px;
    }
    footer{
        padding: 50px;
    }
}

@media(max-width: 1300px){
    .article__content{
        width: 90%;
    }
    .perk{
        width: 90%;
    }
    .footer__links{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 100px;
    }
}

@media(max-width: 1200px){
    .hero__card{
        width: 60%;
    }
    .hero .cta__buttons--mobile{
        flex-direction: column;
        gap: 5px;
        width: 60%;
    }
    .hero .call__button{
        width: 100%;
    }
    .about__content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about__content *{
        grid-column: unset;
        grid-row: unset;
        max-width: none;
        width: fit-content;
    }
    .about__content h3 ,.about__content p{
        align-self: start;
        max-width: none;
        margin-bottom: 10px;
    }
    .about__content h2{
        margin: 0;
        align-self: center;
    }
    .photo{
        align-self: center;
        margin: 0;
        margin-bottom: 20px;
    }
    .about__content h4{
        align-self: flex-start;
    }
    .about__bg{
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 100%;
    }
}

@media(max-width: 1000px){
    .hero__card{
        width: 80%;
    }
    .hero .cta__buttons--mobile{
        width: 80%;
    }
    .hero .call__button{
        width: 100%;
    }
    .hero h2{
        font-size: 60px;
    }
    .article{
        padding: 100px 50px;
    }
    .article__content{
        width: 100%;
    }
    .about h2{
        font-size: 150px;
    }
    .ending{
        padding: 100px 0;
    }
    .ending__card{
        padding: 50px;
        max-width: 90%;
    }
}

@media(max-width: 900px){
    .ending h1{
        font-size: 100px;
    }
    .entry2{
        grid-column: 1 / -1;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .entry3{
        grid-row: 4;
        grid-column: 1 / -1;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .article__image2{
        grid-row: 5;
    }
    .article__entry h3{
        order: 0;
    }
    .article__entry p{
        order: 2;
    }
    .entry__img{
        order: 1;
        width: fit-content;
    }
    .hero .price__time, .hero .price__amount{
        font-size: 24px;
    }
}

@media(max-width: 800px){
    .ending h1, .hero h1{
        font-size: 80px;
    }
    .perk, .perk:nth-of-type(2){
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 50px auto;
        gap: 20px;
    }
    .perk img{
        max-width: 50%;
    }
    footer{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .footer__links{
        width: 100%;
        gap: 20px 0;
    }
    .footer__links a:nth-child(even){
        align-self: end;
        text-align: right;
    }
}

@media(max-width: 700px){
    .hero__card{
        width: 100%;
    }
    .hero .cta__buttons--mobile{
        width: 100%;
    }
    .hero .call__button{
        width: 100%;
    }
    .ending h1, .hero h1{
        font-size: 80px;
    }
    .hero h2{
        font-size: 50px;
    }
    .entry1{
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .entry1 p{
        text-align: left;
    }
    .article .cta__buttons{
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .about h2 {
        font-size: 100px;
    }
    .about .cta__buttons, .perks .cta__buttons{
        flex-direction: column;
        width: 90%;
        gap: 10px;
        margin: 20px auto;
    }
}

@media(max-width: 600px){
    .hero{
        padding: 50px;
        justify-content: center;
    }
    .hero__card{
        width: 100%;
        margin: 20px 0;
    }
    .hero .cta__buttons--mobile{
        width: 100%;
    }
    .hero .call__button{
        width: 100%;
    }
    .ending h1, .hero h1{
        font-size: 70px;
    }
    .hero h2{
        font-size: 42px;
    }
    .article{
        padding: 100px 30px;
    }
    .about__content h3{
        font-size: 36px;
    }
    .about__content h4{
        font-size: 24px;
    }
    .about__content p {
        font-size: 16px;
    }
    .photo{
        max-width: 100%;
    }
    .ending__card p{
        margin-bottom: 0px;
    }
    .ending__bg{
        max-height: 80%;
    }
}

@media(max-width: 500px){
    .ending h1, .hero h1{
        font-size: 60px;
    }
    .hero__card p{
        font-size: 16px;
    }
    .price__separator{
        margin-top: 6px;
    }
    .article__entry h3{
        font-size: 36px;
    }
    .article__entry p{
        font-size: 16px;
    }
    .about__content h2{
        font-size: 80px;
    }
    .perk h3{
        font-size: 36px;
    }
    .perk p{
        font-size: 16px;
    }
    .ending__card{
        padding: 20px;
    }
    .ending h2{
        font-size: 50px;
    }
    footer{
        padding: 30px;
    }
    .hero .price__time, .hero .price__amount{
        font-size: 20px;
    }
}

@media(max-width: 400px){
    .hero{
        padding: 50px 20px;
    }
    .ending h1, .hero h1{
        font-size: 40px;
    }
    .hero h2{
        font-size: 36px;
    }
    .hero__card{
        padding: 30px;
    }
    .call__button, .hero .call__button{
        font-size: 16px;
    }
    .about__content h2{
        font-size: 60px;
    }
    .ending h2{
        font-size: 40px;
    }
    
}